Doc and lispref updates related to searching
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Mar 2012 19:30:12 +0000 (12:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Mar 2012 19:30:12 +0000 (12:30 -0700)
commite36fcd2a007a35f758971f8d1b2fd6bc66397c9b
treea23ed732060e99958c2b2fef1f79af258832f4b4
parent2487eb2735ddd98f04bee7aa7fa1748ddb096bce
Doc and lispref updates related to searching

* doc/lispref/searching.texi (Regexp Functions, Regexp Search):
(Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
(Regexp Functions): Mention regexp-opt is not guaranteed.
Mention regexp-opt-charset.
(Regexp Search): Recommend against looking-back.
(Search and Replace): Use Texinfo recommended quote convention.
Add more query-replace-map items.  List multi-query-replace-map items.

* lisp/replace.el (query-replace-map): Doc fix.

* admin/FOR-RELEASE: Related markup.
admin/FOR-RELEASE
doc/lispref/ChangeLog
doc/lispref/searching.texi
lisp/ChangeLog
lisp/replace.el